From: Eli Zaretskii Date: Sun, 27 Sep 2009 19:11:13 +0000 (+0000) Subject: (string_buffer_position): Fix commentary. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~10267 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=4f63f48270ec544f69c47443b3c591a88c1005ff;p=emacs.git (string_buffer_position): Fix commentary. --- diff --git a/src/xdisp.c b/src/xdisp.c index 8fe03bc85a1..24945f82ebe 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -4575,10 +4575,9 @@ display_prop_string_p (prop, string) } -/* Determine from which buffer position in W's buffer STRING comes - from. AROUND_CHARPOS is an approximate position where it could - be from. Value is the buffer position or 0 if it couldn't be - determined. +/* Determine which buffer position in W's buffer STRING comes from. + AROUND_CHARPOS is an approximate position where it could come from. + Value is the buffer position or 0 if it couldn't be determined. W's buffer must be current.